home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / stdwin / H / string.h < prev    next >
Text File  |  1995-12-21  |  130b  |  6 lines

  1. /* SYSV-compatible <string.h> */
  2. char *strcpy(), *strncpy();
  3. char *strchr(), *strrchr();
  4. int strcmp(), strncmp();
  5. char *strcat();
  6.